text/template.common.muTmpl (field)

11 uses

	text/template (current package)
		exec.go#L237: 	t.muTmpl.RLock()
		exec.go#L238: 	defer t.muTmpl.RUnlock()
		template.go#L17: 	muTmpl sync.RWMutex         // protects tmpl
		template.go#L94: 	t.muTmpl.RLock()
		template.go#L95: 	defer t.muTmpl.RUnlock()
		template.go#L129: 	t.muTmpl.Lock()
		template.go#L130: 	defer t.muTmpl.Unlock()
		template.go#L148: 	t.muTmpl.RLock()
		template.go#L149: 	defer t.muTmpl.RUnlock()
		template.go#L190: 	t.muTmpl.RLock()
		template.go#L191: 	defer t.muTmpl.RUnlock()